Package com.amazon.ion.impl
Interface _Private_ValueFactory
-
- All Superinterfaces:
ValueFactory
public interface _Private_ValueFactory extends ValueFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description _Private_LocalSymbolTableFactorygetLstFactory()Gets 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 Detail
-
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.
-
-