Uses of Class
io.sundr.model.Modifiers
-
Uses of Modifiers in io.sundr.model
Fields in io.sundr.model declared as ModifiersMethods in io.sundr.model that return ModifiersModifier and TypeMethodDescriptionstatic ModifiersModifiers.create()static ModifiersModifiers.from(int modifiers) static ModifiersModifiers.from(Collection<Modifier> modifiers) static ModifiersModifierSupport.getModifiers()Constructors in io.sundr.model with parameters of type ModifiersModifierConstructorDescriptionMethod(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) 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)