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, waitMethods inherited from interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValueMethods inherited from interface generation.builders.Writeable.WriteableProperty
write
-
Constructor Details
-
ListProperty
-
ListProperty
-
-
Method Details
-
addValues
-
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>
-
write
- Specified by:
writein interfaceWriteable- Specified by:
writein interfaceWriteable.WriteableProperty<T>- Throws:
IOException
-