Uses of Class
io.mateu.reflection.ReflectionHelper
Packages that use ReflectionHelper
Package
Description
-
Uses of ReflectionHelper in io.mateu.core.domain.model.editors
Constructors in io.mateu.core.domain.model.editors with parameters of type ReflectionHelperModifierConstructorDescriptionEntityEditor(Object entity, int __index, int __count, ReflectionHelper reflectionHelper, Serializer serializer) -
Uses of ReflectionHelper in io.mateu.core.domain.queries
Constructors in io.mateu.core.domain.queries with parameters of type ReflectionHelperModifierConstructorDescriptionFiltersDeserializer(String journeyId, String stepId, String listId, Map<String, Object> raw, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest, ReflectionHelper reflectionHelper, Serializer serializer) -
Uses of ReflectionHelper in io.mateu.mdd.core.interfaces
Methods in io.mateu.mdd.core.interfaces with parameters of type ReflectionHelperModifier and TypeMethodDescriptiondefault booleanCrud.showCheckboxForSelection(ReflectionHelper reflectionHelper) -
Uses of ReflectionHelper in io.mateu.reflection
Methods in io.mateu.reflection with parameters of type ReflectionHelperModifier and TypeMethodDescriptionFieldInterfacedFactory.getFieldInterfacedForCheckboxColumn(String name, FieldInterfaced collectionField, Object value, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromField(FieldInterfaced f, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromField(Field f, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromParameter(FieldInterfacedFromParameter f, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromParameter(FieldInterfacedFromParameter f, Annotation a, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromParameter(Executable m, Parameter f, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromPath(Class sourceType, String path, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromPath(Class type, String path, Annotation a, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromRemoteField(Field f, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromType(Class type, String name, ReflectionHelper reflectionHelper) Constructors in io.mateu.reflection with parameters of type ReflectionHelperModifierConstructorDescriptionFieldInterfacedForCheckboxColumn(String name, FieldInterfaced collectionField, Object value, ReflectionHelper reflectionHelper) FieldInterfacedFromField(FieldInterfaced f, ReflectionHelper reflectionHelper) FieldInterfacedFromField(FieldInterfaced f, Annotation a, ReflectionHelper reflectionHelper) FieldInterfacedFromField(Field f, ReflectionHelper reflectionHelper) FieldInterfacedFromParameter(FieldInterfacedFromParameter f, ReflectionHelper reflectionHelper) FieldInterfacedFromParameter(FieldInterfacedFromParameter f, Annotation a, ReflectionHelper reflectionHelper) FieldInterfacedFromParameter(Executable m, Parameter f, ReflectionHelper reflectionHelper) FieldInterfacedFromPath(Class sourceType, String path, ReflectionHelper reflectionHelper) FieldInterfacedFromPath(Class type, String path, Annotation a, ReflectionHelper reflectionHelper) FieldInterfacedFromRemoteField(Field f, ReflectionHelper reflectionHelper) FieldInterfacedFromType(Class type, String name, ReflectionHelper reflectionHelper)