Class Writeable.ListProperty<T>
java.lang.Object
generation.builders.Writeable.ListProperty<T>
- All Implemented Interfaces:
Writeable
,Writeable.WriteableProperty<List<T>>
- Enclosing interface:
Writeable
public static class Writeable.ListProperty<T>
extends Object
implements Writeable.WriteableProperty<List<T>>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface generation.builders.Writeable
Writeable.ListProperty<T>, Writeable.Property<T>, Writeable.WriteableProperty<T>
-
Constructor Summary
ConstructorsConstructorDescriptionListProperty
(String string, Writeable.ListProperty.Flags... flagss) ListProperty
(String string0, String string1, Writeable.ListProperty.Flags... flagss) -
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
-
Constructor Details
-
ListProperty
-
ListProperty
-
-
Method Details
-
addValues
-
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>
-
write
- Specified by:
write
in interfaceWriteable
- Specified by:
write
in interfaceWriteable.WriteableProperty<T>
- Throws:
IOException
-