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
-
equals
- Overrides:
equalsin classBaseFluent<A extends ModifiersFluent<A>>
-
hasAbstract
public boolean hasAbstract() -
hasFinal
public boolean hasFinal() -
hasNative
public boolean hasNative() -
hasPrivate
public boolean hasPrivate() -
hasProtected
public boolean hasProtected() -
hasPublic
public boolean hasPublic() -
hasStatic
public boolean hasStatic() -
hasSynchronized
public boolean hasSynchronized() -
hasTransient
public boolean hasTransient() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends ModifiersFluent<A>>
-
isAbstract
public boolean isAbstract() -
isFinal
public boolean isFinal() -
isNative
public boolean isNative() -
isPrivate
public boolean isPrivate() -
isProtected
public boolean isProtected() -
isPublic
public boolean isPublic() -
isStatic
public boolean isStatic() -
isSynchronized
public boolean isSynchronized() -
isTransient
public boolean isTransient() -
toString
-
withAbstract
-
withAbstract
-
withFinal
-
withFinal
-
withNative
-
withNative
-
withPrivate
-
withPrivate
-
withProtected
-
withProtected
-
withPublic
-
withPublic
-
withStatic
-
withStatic
-
withSynchronized
-
withSynchronized
-
withTransient
-
withTransient
-