Class Writeable.Property<T>
java.lang.Object
generation.builders.Writeable.Property<T>
- All Implemented Interfaces:
Writeable
,Writeable.WriteableProperty<T>
- Enclosing interface:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface generation.builders.Writeable
Writeable.ListProperty<T>, Writeable.Property<T>, Writeable.WriteableProperty<T>
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValue
Methods inherited from interface generation.builders.Writeable.WriteableProperty
write, write
-
Method Details
-
setValue
-
getKey
- Specified by:
getKey
in interfaceWriteable.WriteableProperty<T>
-
getValue
- Specified by:
getValue
in interfaceWriteable.WriteableProperty<T>
-
getAsString
- Specified by:
getAsString
in interfaceWriteable.WriteableProperty<T>
-
shouldWrite
public boolean shouldWrite()- Specified by:
shouldWrite
in interfaceWriteable.WriteableProperty<T>
-