Uses of Interface
io.sundr.codegen.api.Identifier
-
-
Uses of Identifier in io.sundr.codegen.api
Classes in io.sundr.codegen.api that implement Identifier Modifier and Type Class Description classTypeDefIdentifierMethods in io.sundr.codegen.api that return Identifier Modifier and Type Method Description static IdentifierIdentifiers. getIdentifier()Methods in io.sundr.codegen.api that return types with arguments of type Identifier Modifier and Type Method Description static <T> Optional<Identifier<T>>Identifiers. findIdentifier(Class<T> type)Methods in io.sundr.codegen.api with parameters of type Identifier Modifier and Type Method Description CodeGenerator.Builder<T>CodeGenerator.Builder. withIdentifier(Identifier<T> identifier)static Identifiers.WithIdentifierIdentifiers. withIdentifier(Identifier identifier)Method parameters in io.sundr.codegen.api with type arguments of type Identifier Modifier and Type Method Description <V> VIdentifiers.WithIdentifier. apply(Function<Identifier,V> function)Constructors in io.sundr.codegen.api with parameters of type Identifier Constructor Description WithIdentifier(Identifier identifier)
-