Package yapion.hierarchy.api
Interface ObjectType
- 
- All Known Implementing Classes:
- YAPIONAnyType,- YAPIONArray,- YAPIONDataType,- YAPIONMap,- YAPIONMappingType,- YAPIONObject,- YAPIONPointer,- YAPIONValue,- YAPIONValueType
 
 public interface ObjectType
- 
- 
Method SummaryModifier and Type Method Description YAPIONTypegetType()default longreferenceValue()longreferenceValue(@NonNull ReferenceFunction referenceFunction)
 
- 
- 
- 
Method Detail- 
getTypeYAPIONType getType() 
 - 
referenceValuedefault long referenceValue() 
 - 
referenceValuelong referenceValue(@NonNull @NonNull ReferenceFunction referenceFunction)
 
- 
 
-