Uses of Interface
org.bardframework.commons.utils.ReflectionUtils.DescribedFieldFilter
-
-
Uses of ReflectionUtils.DescribedFieldFilter in org.bardframework.commons.utils
Methods in org.bardframework.commons.utils with parameters of type ReflectionUtils.DescribedFieldFilter Modifier and Type Method Description static FieldReflectionUtils. findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter)Finds the field matching the givenReflectionUtils.DescribedFieldFilter.static FieldReflectionUtils. findField(Class<?> type, ReflectionUtils.DescribedFieldFilter filter, boolean enforceUniqueness)Finds the field matching the givenReflectionUtils.DescribedFieldFilter.
-