Package io.sundr.model
Class ModifiersFluent<A extends ModifiersFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.ModifiersFluent<A>
- Direct Known Subclasses:
ModifiersBuilder,ModifierSupportFluent.ModifiersNested
Generated
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(Modifiers instance) booleanbooleanbooleanhasFinal()inthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisFinal()booleanisNative()booleanbooleanbooleanisPublic()booleanisStatic()booleanbooleantoString()withAbstract(boolean _abstract) withFinal(boolean _final) withNative(boolean _native) withPrivate(boolean _private) withProtected(boolean _protected) withPublic(boolean _public) withStatic(boolean _static) withSynchronized(boolean _synchronized) withTransient(boolean _transient) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
ModifiersFluent
public ModifiersFluent() -
ModifiersFluent
-
-
Method Details
-
copyInstance
-
isPrivate
public boolean isPrivate() -
withPrivate
-
hasPrivate
public boolean hasPrivate() -
isProtected
public boolean isProtected() -
withProtected
-
hasProtected
public boolean hasProtected() -
isPublic
public boolean isPublic() -
withPublic
-
hasPublic
public boolean hasPublic() -
isAbstract
public boolean isAbstract() -
withAbstract
-
hasAbstract
public boolean hasAbstract() -
isFinal
public boolean isFinal() -
withFinal
-
hasFinal
public boolean hasFinal() -
isNative
public boolean isNative() -
withNative
-
hasNative
public boolean hasNative() -
isStatic
public boolean isStatic() -
withStatic
-
hasStatic
public boolean hasStatic() -
isSynchronized
public boolean isSynchronized() -
withSynchronized
-
hasSynchronized
public boolean hasSynchronized() -
isTransient
public boolean isTransient() -
withTransient
-
hasTransient
public boolean hasTransient() -
equals
- Overrides:
equalsin classBaseFluent<A extends ModifiersFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends ModifiersFluent<A>>
-
toString
-
withPrivate
-
withProtected
-
withPublic
-
withAbstract
-
withFinal
-
withNative
-
withStatic
-
withSynchronized
-
withTransient
-