Java org.springframework.data.convert EntityInstantiators fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.convert EntityInstantiators fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.convert EntityInstantiators.

The text is from its open source code.

Constructor

EntityInstantiators()
Creates a new EntityInstantiators using the default fallback instantiator and no custom ones.
EntityInstantiators(EntityInstantiator fallback)
Creates a new EntityInstantiators using the given EntityInstantiator as fallback.
EntityInstantiators(Map, EntityInstantiator> customInstantiators)
Creates a new EntityInstantiators using the default fallback instantiator and the given custom ones.