org.gradle.api.reflect.TypeOf Java Examples

The following examples show how to use org.gradle.api.reflect.TypeOf. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: TerraformExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(TerraformExtension.class);
}
 
Example #2
Source File: DefaultWeavingSourceSet.java    From gradle-plugins with MIT License 4 votes vote down vote up
@Override
public TypeOf<?> getPublicType() {
    return TypeOf.typeOf(WeavingSourceSet.class);
}
 
Example #3
Source File: DefaultAspectjSourceSet.java    From gradle-plugins with MIT License 4 votes vote down vote up
@Override
public TypeOf<?> getPublicType() {
    return TypeOf.typeOf(AspectjSourceSet.class);
}
 
Example #4
Source File: DefaultWeavingSourceSet.java    From gradle-plugins with MIT License 4 votes vote down vote up
@Override
public TypeOf<?> getPublicType() {
    return TypeOf.typeOf(WeavingSourceSet.class);
}
 
Example #5
Source File: DefaultAspectjSourceSet.java    From gradle-plugins with MIT License 4 votes vote down vote up
@Override
public TypeOf<?> getPublicType() {
    return TypeOf.typeOf(AspectjSourceSet.class);
}
 
Example #6
Source File: CondaExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(CondaExtension.class);
}
 
Example #7
Source File: ProtobufExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(ProtobufExtension.class);
}
 
Example #8
Source File: ProtobufExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(LanguageSettings.class);
}
 
Example #9
Source File: ProtobufExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(Executable.class);
}
 
Example #10
Source File: GolangExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(GolangExtension.class);
}
 
Example #11
Source File: StaticSiteExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(StaticSiteExtension.class);
}
 
Example #12
Source File: ToolDownloaderExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(ToolDownloaderExtension.class);
}
 
Example #13
Source File: TerraformSetupExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(TerraformSetupExtension.class);
}
 
Example #14
Source File: TerraformSetupExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(CustomProvider.class);
}
 
Example #15
Source File: CiExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(CiExtension.class);
}
 
Example #16
Source File: CiExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(ReleaseTagSettings.class);
}
 
Example #17
Source File: ServerExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(ServerExtension.class);
}
 
Example #18
Source File: ServerExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(AutoDeployment.class);
}
 
Example #19
Source File: WebExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(WebExtension.class);
}
 
Example #20
Source File: GcloudExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(GcloudExtension.class);
}
 
Example #21
Source File: DatabaseExtension.java    From curiostack with MIT License 4 votes vote down vote up
@Override
default TypeOf<?> getPublicType() {
  return TypeOf.typeOf(DatabaseExtension.class);
}