Uses of Interface
io.mateu.mdd.shared.reflection.FieldInterfaced
Packages that use FieldInterfaced
Package
Description
-
Uses of FieldInterfaced in io.mateu.core.domain.model.files
Methods in io.mateu.core.domain.model.files with parameters of type FieldInterfaced -
Uses of FieldInterfaced in io.mateu.core.domain.model.metadataBuilders
Methods in io.mateu.core.domain.model.metadataBuilders with parameters of type FieldInterfacedModifier and TypeMethodDescriptionprotected FieldFieldMetadataBuilder.getField(Object view, FieldInterfaced fieldInterfaced) booleanFormMetadataBuilder.isOwner(FieldInterfaced f) Method parameters in io.mateu.core.domain.model.metadataBuilders with type arguments of type FieldInterfacedModifier and TypeMethodDescriptionCardMetadataBuilder.build(String stepId, Object uiInstance, List<FieldInterfaced> slotFields) FormMetadataBuilder.build(String stepId, Object uiInstance, List<FieldInterfaced> slotFields) StepperMetadataBuilder.build(String stepId, Object uiInstance, List<FieldInterfaced> slotFields) ViewMetadataBuilder.getMetadata(String stepId, Object uiInstance, Object model, List<FieldInterfaced> slotFields) -
Uses of FieldInterfaced in io.mateu.core.domain.model.metadataBuilders.fields
Methods in io.mateu.core.domain.model.metadataBuilders.fields with parameters of type FieldInterfacedModifier and TypeMethodDescriptionFieldAttributeBuilder.buildAttributes(Object view, FieldInterfaced field) FieldTypeMapper.getWidth(FieldInterfaced fieldInterfaced) FieldTypeMapper.mapColumnType(FieldInterfaced field) FieldTypeMapper.mapFieldType(FieldInterfaced field) FieldStereotypeMapper.mapStereotype(Object view, FieldInterfaced field) -
Uses of FieldInterfaced in io.mateu.core.domain.model.modelToDtoMappers.viewMapperStuff
Methods in io.mateu.core.domain.model.modelToDtoMappers.viewMapperStuff that return types with arguments of type FieldInterfacedModifier and TypeMethodDescriptionMethod parameters in io.mateu.core.domain.model.modelToDtoMappers.viewMapperStuff with type arguments of type FieldInterfacedModifier and TypeMethodDescriptionUIInstancePartsExtractor.getUiParts(Object uiInstance, List<FieldInterfaced> fields, SlotName slot) -
Uses of FieldInterfaced in io.mateu.mdd.core.interfaces
Methods in io.mateu.mdd.core.interfaces that return types with arguments of type FieldInterfacedModifier and TypeMethodDescriptionRpcCrudViewExtended.getColumnCaptionsPerField()RpcCrudViewExtended.getColumnFieldNames()RpcCrudViewExtended.getColumnIdsPerField()RpcCrudViewExtended.getFilterFields()Methods in io.mateu.mdd.core.interfaces with parameters of type FieldInterfacedModifier and TypeMethodDescriptionJpaRpcCrudFactory.create(Object parentEntity, FieldInterfaced field) -
Uses of FieldInterfaced in io.mateu.reflection
Classes in io.mateu.reflection that implement FieldInterfacedModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in io.mateu.reflection that return FieldInterfacedModifier and TypeMethodDescriptionstatic FieldInterfacedReflectionHelper.getFieldByName(Class sourceClass, String fieldName) static FieldInterfacedReflectionHelper.getIdField(Class type) static FieldInterfacedReflectionHelper.getMapper(FieldInterfaced field) static FieldInterfacedReflectionHelper.getNameField(Class entityClass, boolean toStringPreferred) Methods in io.mateu.reflection that return types with arguments of type FieldInterfacedModifier and TypeMethodDescriptionstatic List<FieldInterfaced>ReflectionHelper.getAllEditableFields(Class modelType) static List<FieldInterfaced>ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers) static List<FieldInterfaced>ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers, FieldInterfaced field) static List<FieldInterfaced>ReflectionHelper.getAllEditableFilteredFields(Class modelType, String fieldsFilter, List<FieldInterfaced> editableFields) static List<FieldInterfaced>ReflectionHelper.getAllFields(Class c) static List<FieldInterfaced>ReflectionHelper.getAllFields(Method m) static List<FieldInterfaced>ReflectionHelper.getAllTransferrableFields(Class modelType) static List<FieldInterfaced>ReflectionHelper.getKpiFields(Class modelType) Methods in io.mateu.reflection with parameters of type FieldInterfacedModifier and TypeMethodDescriptionstatic CollectionReflectionHelper.addToCollection(FieldInterfaced field, Object bean) static CollectionReflectionHelper.addToCollection(FieldInterfaced field, Object bean, Object i) static voidReflectionHelper.addToMap(FieldInterfaced field, Object bean, Object k, Object v) static List<FieldInterfaced>ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers, FieldInterfaced field) static StringReflectionHelper.getCaption(FieldInterfaced f) static ClassReflectionHelper.getGenericClass(FieldInterfaced field, Class asClassOrInterface, String genericArgumentName) static StringReflectionHelper.getGetter(FieldInterfaced f) static FieldInterfacedReflectionHelper.getMapper(FieldInterfaced field) static StringReflectionHelper.getSetter(FieldInterfaced f) static ObjectReflectionHelper.getValue(FieldInterfaced f, Object o) static ObjectReflectionHelper.getValue(FieldInterfaced f, Object o, Object valueIfNull) static booleanReflectionHelper.hasGetter(FieldInterfaced f) static booleanReflectionHelper.hasSetter(FieldInterfaced f) static booleanReflectionHelper.isOwner(FieldInterfaced field) static booleanReflectionHelper.puedeAnadir(FieldInterfaced field) static booleanReflectionHelper.puedeBorrar(FieldInterfaced field) static voidReflectionHelper.removeFromMap(FieldInterfaced field, Object bean, Set l) static voidReflectionHelper.setValue(FieldInterfaced f, Object o, Object v) Method parameters in io.mateu.reflection with type arguments of type FieldInterfacedModifier and TypeMethodDescriptionstatic <T> TReflectionHelper.fillQueryResult(List<FieldInterfaced> fields, Object[] o, T t) static List<FieldInterfaced>ReflectionHelper.getAllEditableFilteredFields(Class modelType, String fieldsFilter, List<FieldInterfaced> editableFields) Constructors in io.mateu.reflection with parameters of type FieldInterfacedModifierConstructorDescriptionFieldInterfacedForCheckboxColumn(String name, FieldInterfaced collectionField, Object value) -
Uses of FieldInterfaced in io.mateu.util.persistence
Methods in io.mateu.util.persistence with parameters of type FieldInterfacedModifier and TypeMethodDescriptionFakeJpaRpcCrudFactory.create(Object parentEntity, FieldInterfaced field)