A B C D E F G H I J L M O P R S V W 

M

map(T, Class<?>) - Method in interface org.jeneva.IMapper
Recursively goes through the source object's fields and assigns parent object back-reference if needed.
map(T, Class<?>) - Method in class org.jeneva.impl.Mapper
Recursively goes through the source object's fields and assigns back-reference if needed.
mapCollection(Iterable<T>, Class<?>) - Method in interface org.jeneva.IMapper
Recursively goes through the source object's collection fields and assigns back-reference if needed.
mapCollection(Iterable<T>, Class<?>) - Method in class org.jeneva.impl.Mapper
Recursively goes through the source object's collection fields and assigns back-reference if needed.
Mapper - Class in org.jeneva.impl
Represents Mapping and Filtering helper class
Mapper(IJenevaContext) - Constructor for class org.jeneva.impl.Mapper
Initializes new instance of the Mapper class
mapTo(T, T, Class<?>) - Method in interface org.jeneva.IMapper
Recursively copies fields from source object to the dest object according to Jeneva rules Only assigned fields are copied.
mapTo(T, T, Class<?>) - Method in class org.jeneva.impl.Mapper
Recursively copies fields from source object to the dest object according to Jeneva rules Only assigned fields are copied.
mapToCollection(Collection<T>, Collection<T>, Class<?>, T) - Method in interface org.jeneva.IMapper
Recursively copies objects' fields from source collection to the dest collection according to Jeneva rules.
mapToCollection(Collection<T>, Collection<T>, Class<?>, T) - Method in class org.jeneva.impl.Mapper
Recursively copies objects' fields from source collection to the dest collection according to Jeneva rules.
Math - Class in org.jeneva.validation.impl
Defines arithmetic operations.
Math() - Constructor for class org.jeneva.validation.impl.Math
 
mustBeAssigned(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field is assigned (was present in incoming JSON)
mustBeAssigned(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field is assigned (was present in incoming JSON)
mustBeGreaterOrEqualTo(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value (Comparable) is greater or equal to m
mustBeGreaterOrEqualTo(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value (Comparable) is greater or equal to m
mustBeGreaterThan(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value (Comparable) is greater than m
mustBeGreaterThan(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value (Comparable) is greater than m
mustBeLessOrEqualTo(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value (Comparable) is less or equal to m
mustBeLessOrEqualTo(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value (Comparable) is less or equal to m
mustBeLessThan(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
validates if current field value (Comparable) is less than m
mustBeLessThan(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value (Comparable) is less than m
mustBeNotAssigned(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is not assigned by JSON deserializer
mustBeNotAssigned(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is not assigned by JSON deserializer
mustBeNotEmptyString(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is not empty string
mustBeNotEmptyString(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is not empty string
mustBeNotNull(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is not null
mustBeNotNull(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is not null
mustBeNull(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is null
mustBeNull(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is null
mustBeValidFormat(String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is correctly parsed
mustBeValidFormat(String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is correctly parsed
mustEqualTo(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is equal to the value
mustEqualTo(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is equal to the value
mustEqualToOneOf(Object[], String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is equal to one of the values
mustEqualToOneOf(Object[], String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is equal to one of the values
mustHaveCountBetween(int, int, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value count (Collection.size()) is between min and max count
mustHaveCountBetween(int, int, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value count (Collection.size()) is between min and max count
mustHaveLengthBetween(int, int, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value length (String.length) is between min and max
mustHaveLengthBetween(int, int, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value length (String.length) is between min and max
mustHaveMaxAssignedFieldsCount(int, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if the number of assigned fields in the current target object is greater or equal to min number
mustHaveMaxAssignedFieldsCount(int, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if the number of assigned fields in the current target object is greater or equal to min number
mustHaveMinAssignedFieldsCount(int, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if the number of assigned fields in the current target object is less or equal to max number
mustHaveMinAssignedFieldsCount(int, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if the number of assigned fields in the current target object is less or equal to max number
mustNotEqualTo(Object, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is not equal to the value
mustNotEqualTo(Object, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is not equal to the value
mustNotEqualToAnyOf(Object[], String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value is not equal to any of the values
mustNotEqualToAnyOf(Object[], String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value is not equal to any of the values
mustRegexpr(String, String) - Method in interface org.jeneva.validation.IJenevaValidationContext
Validates if current field value follows the regular expression
mustRegexpr(String, String) - Method in class org.jeneva.validation.impl.JenevaValidationContext
Validates if current field value follows the regular expression
A B C D E F G H I J L M O P R S V W