Package one.microstream.java.net
Class BinaryHandlerInet4Address
java.lang.Object
one.microstream.persistence.types.PersistenceTypeHandler.Abstract<Binary,T>
one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract<T>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom<T>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValue<T,S>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValueVariableLength<A,String>
one.microstream.java.net.AbstractBinaryHandlerInetAddress<Inet4Address>
one.microstream.java.net.BinaryHandlerInet4Address
- All Implemented Interfaces:
BinaryTypeHandler<Inet4Address>
,ValidatingBinaryHandler<Inet4Address,String>
,PersistenceDataTypeHolder<Binary>
,PersistenceTypeDefinition
,PersistenceTypeDescription
,PersistenceTypeHandler<Binary,Inet4Address>
,PersistenceTypeIdentity
,PersistenceTypeIdOwner
,PersistenceTypeLink
public class BinaryHandlerInet4Address extends AbstractBinaryHandlerInetAddress<Inet4Address>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryTypeHandler
BinaryTypeHandler.Abstract<T>
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceDataTypeHolder
PersistenceDataTypeHolder.Default<D>
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
PersistenceTypeHandler.Abstract<D,T>
-
Constructor Summary
Constructors Constructor Description BinaryHandlerInet4Address()
-
Method Summary
Modifier and Type Method Description static BinaryHandlerInet4Address
New()
Methods inherited from class one.microstream.java.net.AbstractBinaryHandlerInetAddress
create, getValidationStateFromBinary, getValidationStateFromInstance, parseIpAddress, parseIpV4Address, parseIpV6Address, store
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValueVariableLength
hasPersistedVariableLength, hasVaryingPersistedLengthInstances
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValue
hasPersistedReferences, initializeState, iterateLoadableReferences, updateState
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom
allMembers, bytes, chars, complete, Complex, CustomField, CustomField, CustomFields, defineValueType, instanceMembers, isPrimitiveType, iterateInstanceReferences, iterateMemberTypes, keyValuesFields, membersPersistedLengthMaximum, membersPersistedLengthMinimum, SimpleArrayFields, SizedArrayFields
Methods inherited from class one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract
declaredField, declaredField
Methods inherited from class one.microstream.persistence.types.PersistenceTypeHandler.Abstract
declaredField, declaredFields, initialize, toString, type, typeId, typeName, validateAndImmure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.persistence.binary.types.BinaryTypeHandler
dataType
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeName
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
collectEnumConstants, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, initialize, isSpecificInstanceViable, isSubTypeInstanceViable, isValidEntityType, membersInDeclaredOrder, settingMembers, storingMembers, type, validateEntityType
Methods inherited from interface one.microstream.persistence.binary.types.ValidatingBinaryHandler
throwInconsistentStateException, validateState, validateStates
-
Constructor Details
-
BinaryHandlerInet4Address
public BinaryHandlerInet4Address()
-
-
Method Details