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, waitMethods inherited from interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValueMethods inherited from interface generation.builders.Writeable.WriteableProperty
write, write
-
Method Details
-
setValue
-
getKey
- Specified by:
getKeyin interfaceWriteable.WriteableProperty<T>
-
getValue
- Specified by:
getValuein interfaceWriteable.WriteableProperty<T>
-
getAsString
- Specified by:
getAsStringin interfaceWriteable.WriteableProperty<T>
-
shouldWrite
public boolean shouldWrite()- Specified by:
shouldWritein interfaceWriteable.WriteableProperty<T>
-