Class BinaryHandlerProperties

All Implemented Interfaces:
BinaryTypeHandler<Properties>, PersistenceDataTypeHolder<Binary>, PersistenceTypeDefinition, PersistenceTypeDescription, PersistenceTypeHandler<Binary,​Properties>, PersistenceTypeIdentity, PersistenceTypeIdOwner, PersistenceTypeLink

public final class BinaryHandlerProperties
extends AbstractBinaryHandlerMap<Properties>
Due to the usual incompetence in the JDK, this type handler cannot handle a Properties' defaults values. They simply left no (reasonable and JDK-independant) way to query the defaults of a certain Propertiesinstance.

For a type handler that provides this functionality, albeit specific to JDK 8 (and higher but still compatible JDKs), see one.microstream.jdk8.java.util.BinaryHandlerProperties.