Uses of Class
io.tech1.framework.domain.reflections.ReflectionProperty
-
Packages that use ReflectionProperty Package Description io.tech1.framework.domain.asserts io.tech1.framework.domain.reflections io.tech1.framework.domain.utilities.reflections -
-
Uses of ReflectionProperty in io.tech1.framework.domain.asserts
Methods in io.tech1.framework.domain.asserts with parameters of type ReflectionProperty Modifier and Type Method Description static voidAsserts. assertNonNullPropertyOrThrow(ReflectionProperty reflectionProperty) -
Uses of ReflectionProperty in io.tech1.framework.domain.reflections
Methods in io.tech1.framework.domain.reflections that return ReflectionProperty Modifier and Type Method Description static ReflectionPropertyReflectionProperty. of(String parentPropertyName, String propertyName, Object propertyValue) -
Uses of ReflectionProperty in io.tech1.framework.domain.utilities.reflections
Methods in io.tech1.framework.domain.utilities.reflections that return types with arguments of type ReflectionProperty Modifier and Type Method Description static List<ReflectionProperty>ReflectionUtility. getNotNullProperties(Object object, String parentKey)static List<ReflectionProperty>ReflectionUtility. getNotNullPropertiesRecursively(Object object, String parentKey)
-