Class JSStringListImpl
- java.lang.Object
-
- org.bedework.jsforj.impl.values.JSValueImpl
-
- org.bedework.jsforj.impl.values.collections.JSListImpl<String>
-
- org.bedework.jsforj.impl.values.collections.JSStringListImpl
-
- Direct Known Subclasses:
JSRolesImpl
public class JSStringListImpl extends JSListImpl<String>
User: mike Date: 4/22/20 Time: 16:20
-
-
Field Summary
-
Fields inherited from class org.bedework.jsforj.impl.values.JSValueImpl
factory, type
-
-
Constructor Summary
Constructors Constructor Description JSStringListImpl(String type, com.fasterxml.jackson.databind.JsonNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringconvertToT(String val)protected StringfieldName(String val)protected voidstore(String val)-
Methods inherited from class org.bedework.jsforj.impl.values.collections.JSListImpl
add, contains, get, get, makeProperty, remove, size
-
Methods inherited from class org.bedework.jsforj.impl.values.JSValueImpl
assertArray, assertBooleanNode, assertIntNode, assertObject, assertStringNode, clear, equals, getBooleanProperty, getBooleanValue, getChanged, getFactory, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setMasterCopy, setOwner, setParentProperty, setProperty, setProperty, setProperty, setProperty, setProperty, writeValue, writeValueAsString, writeValueAsStringFormatted
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.jsforj.model.values.JSValue
clear, copy, getBooleanProperty, getBooleanValue, getChanged, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setProperty, setProperty, setProperty, setProperty, setProperty, writeValue, writeValueAsString, writeValueAsStringFormatted
-
-
-
-
Constructor Detail
-
JSStringListImpl
public JSStringListImpl(String type, com.fasterxml.jackson.databind.JsonNode node)
-
-
Method Detail
-
store
protected void store(String val)
- Specified by:
storein classJSListImpl<String>- Parameters:
val- external representation
-
fieldName
protected String fieldName(String val)
- Specified by:
fieldNamein classJSListImpl<String>- Parameters:
val- external representation- Returns:
- field name
-
convertToT
protected String convertToT(String val)
- Specified by:
convertToTin classJSListImpl<String>- Parameters:
val- json field name- Returns:
- external representation
-
-