Uses of Interface
io.sundr.codegen.api.Identifier
-
Uses of Identifier in io.sundr.codegen.api
Classes in io.sundr.codegen.api that implement IdentifierMethods in io.sundr.codegen.api that return IdentifierMethods in io.sundr.codegen.api that return types with arguments of type IdentifierModifier and TypeMethodDescriptionstatic <T> Optional<Identifier<T>>Identifiers.findIdentifier(Class<T> type) Methods in io.sundr.codegen.api with parameters of type IdentifierModifier and TypeMethodDescriptionCodeGenerator.Builder.withIdentifier(Identifier<T> identifier) static Identifiers.WithIdentifierIdentifiers.withIdentifier(Identifier identifier) Method parameters in io.sundr.codegen.api with type arguments of type IdentifierModifier and TypeMethodDescription<V> VIdentifiers.WithIdentifier.apply(Function<Identifier, V> function) Constructors in io.sundr.codegen.api with parameters of type Identifier