Interface Writeable.WriteableProperty<T>
- All Superinterfaces:
Writeable
- All Known Implementing Classes:
Writeable.ListProperty
,Writeable.Property
- 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 interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValue
-
Method Details
-
getKey
String getKey() -
getValue
T getValue() -
getAsString
String getAsString() -
shouldWrite
boolean shouldWrite() -
write
- Throws:
IOException
-
write
- Specified by:
write
in interfaceWriteable
- Throws:
IOException
-