Uses of Enum
com.blazebit.persistence.view.ConvertOption
Packages that use ConvertOption
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of ConvertOption in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return ConvertOptionModifier and TypeMethodDescriptionstatic ConvertOptionReturns the enum constant of this type with the specified name.static ConvertOption[]ConvertOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.view with parameters of type ConvertOptionModifier and TypeMethodDescription<T> TEntityViewManager.convert(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> TEntityViewManager.convert(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> TEntityViewManager.convert(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> TEntityViewManager.convert(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> TSerializableEntityViewManager.convert(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) <T> TSerializableEntityViewManager.convert(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) <T> TSerializableEntityViewManager.convert(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) <T> TSerializableEntityViewManager.convert(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions) ConvertOperationBuilder.convertAttribute(String attributePath, Class<?> attributeViewClass, ConvertOption... convertOptions) Specifies that the attribute object should use the given view type class and convert options.ConvertOperationBuilder.convertAttribute(String attributePath, Class<?> attributeViewClass, String constructorName, ConvertOption... convertOptions) Specifies that the attribute object should use the given view type class and convert options.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>EntityViewManager.convertWith(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions) Creates a new instance of the entity view class, copies the values of matching attributes of the source object and returns the instance.<T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, String constructorName, Map<String, Object> optionalParameters, ConvertOption... convertOptions) <T> ConvertOperationBuilder<T>SerializableEntityViewManager.convertWith(Object source, Class<T> entityViewClass, Map<String, Object> optionalParameters, ConvertOption... convertOptions)