Java org.springframework.data.mapping.model SimpleTypeHolder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mapping.model SimpleTypeHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mapping.model SimpleTypeHolder.

The text is from its open source code.

Field

SimpleTypeHolderDEFAULT

Constructor

SimpleTypeHolder()
Creates a new SimpleTypeHolder containing the default types.
SimpleTypeHolder(Set> customSimpleTypes, boolean registerDefaults)
Creates a new SimpleTypeHolder to carry the given custom simple types.
SimpleTypeHolder(Set> customSimpleTypes, SimpleTypeHolder source)
Copy constructor to create a new SimpleTypeHolder that carries the given additional custom simple types.