Uses of Class
io.sundr.model.AttributeKey
-
Uses of AttributeKey in io.sundr.model
Fields in io.sundr.model declared as AttributeKeyModifier and TypeFieldDescriptionstatic final AttributeKey<Collection<ClassRef>>Attributeable.ALSO_IMPORTstatic final AttributeKey<String>Attributeable.DEFAULT_VALUEstatic final AttributeKey<String>Attributeable.INITstatic final AttributeKey<Function<List<String>,String>> Attributeable.INIT_FUNCTIONstatic final AttributeKey<String>Attributeable.LAZY_INITMethods in io.sundr.model that return types with arguments of type AttributeKeyMethods in io.sundr.model with parameters of type AttributeKeyModifier and TypeMethodDescription<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 AttributeKeyModifierConstructorDescriptionAttributeSupport(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)