Uses of Class
io.sundr.model.AttributeKey
-
-
Uses of AttributeKey in io.sundr.model
Fields in io.sundr.model declared as AttributeKey Modifier and Type Field Description static AttributeKey<Collection<ClassRef>>Attributeable. ALSO_IMPORTstatic AttributeKey<String>Attributeable. DEFAULT_VALUEstatic AttributeKey<String>Attributeable. INITstatic AttributeKey<Function<List<String>,String>>Attributeable. INIT_FUNCTIONstatic AttributeKey<String>Attributeable. LAZY_INITMethods in io.sundr.model that return types with arguments of type AttributeKey Modifier and Type Method Description Map<AttributeKey,Object>Attributeable. getAttributes()Map<AttributeKey,Object>AttributeSupport. getAttributes()Methods in io.sundr.model with parameters of type AttributeKey Modifier and Type Method Description <T> TAttributeable. getAttribute(AttributeKey<T> key)<T> TAttributeSupport. getAttribute(AttributeKey<T> key)<T> booleanAttributeable. hasAttribute(AttributeKey<T> key)<T> booleanAttributeSupport. hasAttribute(AttributeKey<T> key)Constructor parameters in io.sundr.model with type arguments of type AttributeKey Constructor Description AttributeSupport(Map<AttributeKey,Object> attributes)ClassRef(String fullyQualifiedName, int dimensions, List<TypeRef> arguments, Map<AttributeKey,Object> attributes)Method(List<String> comments, List<AnnotationRef> annotations, List<TypeParamDef> parameters, String name, TypeRef returnType, List<Property> arguments, boolean varArgPreferred, List<ClassRef> exceptions, boolean defaultMethod, Block block, Modifiers modifiers, Map<AttributeKey,Object> attributes)ModifierSupport(Modifiers modifiers, Map<AttributeKey,Object> attributes)PrimitiveRef(String name, int dimensions, Map<AttributeKey,Object> attributes)Property(Modifiers modifiers, Map<AttributeKey,Object> attributes, List<String> comments, List<AnnotationRef> annotations, TypeRef typeRef, String name, Optional<Expression> initialValue, boolean enumConstant, boolean synthetic)Property(List<AnnotationRef> annotations, TypeRef typeRef, String name, List<String> comments, boolean enumConstant, boolean synthetic, Modifiers modifiers, Map<AttributeKey,Object> attributes)Deprecated.Property(List<AnnotationRef> annotations, TypeRef typeRef, String name, List<String> comments, Modifiers modifiers, Map<AttributeKey,Object> attributes)Deprecated.TypeDef(Kind kind, String packageName, String name, List<String> comments, List<AnnotationRef> annotations, List<ClassRef> extendsList, List<ClassRef> implementsList, List<TypeParamDef> parameters, List<Property> properties, List<Method> constructors, List<Method> methods, String outerTypeName, List<TypeDef> innerTypes, Modifiers modifiers, Map<AttributeKey,Object> attributes)TypeParamDef(String name, List<ClassRef> bounds, Map<AttributeKey,Object> attributes)TypeParamRef(String name, int dimensions, Map<AttributeKey,Object> attributes)TypeRef(Map<AttributeKey,Object> attributes)VoidRef(Map<AttributeKey,Object> attributes)WildcardRef(WildcardRef.BoundKind boundKind, List<TypeRef> bounds, Map<AttributeKey,Object> attributes)
-