Uses of Class
io.sundr.model.Property
-
Uses of Property in io.sundr.model
Methods in io.sundr.model that return PropertyModifier and TypeMethodDescriptionTry.Catch.getParameter()PropertyRef.getProperty()static PropertyProperty.newProperty(TypeRef typeRef, String name) Deprecated.static PropertyProperty.newProperty(Class type, String name) Deprecated.static PropertyProperty.newProperty(String name) Deprecated.Property.withErasure()Deprecated.Get the property after the type erasure is applied.Property.withInitialValue(Expression initialValue) Deprecated.Get the property with the specified object as iniital value.Property.withInitialValue(Object initialValue) Deprecated.Get the property with the specified object as iniital value.Property.withInitialValue(Optional<Expression> initialValue) Deprecated.Get the property with the specified initial valueProperty.withoutInitialValue()Deprecated.Get the property without its initial value.protected PropertyProperty.withoutModiers()Deprecated.This is only used for rendering method arguments, where we usually string modifiers.Methods in io.sundr.model with parameters of type PropertyConstructors in io.sundr.model with parameters of type PropertyModifierConstructorDescriptionPropertyRef(Property property) PropertyRef(Property property, Expression scope)