Package com.amazon.ion.impl
Interface _Private_ValueFactory
- All Superinterfaces:
ValueFactory
-
Method Summary
Modifier and TypeMethodDescriptionGets theLocalSymbolTableAsStruct.Factoryassociated with thisValueFactory.Methods inherited from interface com.amazon.ion.ValueFactory
clone, newBlob, newBlob, newBool, newBool, newClob, newClob, newDecimal, newDecimal, newDecimal, newDecimal, newEmptyList, newEmptySexp, newEmptyStruct, newFloat, newFloat, newInt, newInt, newInt, newList, newList, newList, newList, newList, newNull, newNull, newNullBlob, newNullBool, newNullClob, newNullDecimal, newNullFloat, newNullInt, newNullList, newNullSexp, newNullString, newNullStruct, newNullSymbol, newNullTimestamp, newSexp, newSexp, newSexp, newSexp, newSexp, newString, newSymbol, newSymbol, newTimestamp
-
Method Details
-
getLstFactory
_Private_LocalSymbolTableFactory getLstFactory()Gets theLocalSymbolTableAsStruct.Factoryassociated with thisValueFactory. This is used to construct local symbol tables backed byIonStructs. Note that this should not be used in new code; useLocalSymbolTableinstead.- Returns:
- a LocalSymbolTableAsStruct.Factory; never null.
-