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 TypeMethodDescriptionReflectionHelper.getFieldByName(Class sourceClass, String fieldName) ReflectionHelper.getIdField(Class type) ReflectionHelper.getMapper(FieldInterfaced field) ReflectionHelper.getNameField(Class entityClass, boolean toStringPreferred) Methods in io.mateu.reflection that return types with arguments of type FieldInterfacedModifier and TypeMethodDescriptionReflectionHelper.getAllEditableFields(Class modelType) ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers) ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers, FieldInterfaced field) ReflectionHelper.getAllEditableFilteredFields(Class modelType, String fieldsFilter, List<FieldInterfaced> editableFields) ReflectionHelper.getAllFields(Class c) ReflectionHelper.getAllFields(Method m) ReflectionHelper.getAllTransferrableFields(Class modelType) ReflectionHelper.getKpiFields(Class modelType) Methods in io.mateu.reflection with parameters of type FieldInterfacedModifier and TypeMethodDescriptionReflectionHelper.addToCollection(FieldInterfaced field, Object bean) ReflectionHelper.addToCollection(FieldInterfaced field, Object bean, Object i) voidReflectionHelper.addToMap(FieldInterfaced field, Object bean, Object k, Object v) ReflectionHelper.getAllEditableFields(Class modelType, Class superType, boolean includeReverseMappers, FieldInterfaced field) ReflectionHelper.getCaption(FieldInterfaced f) FieldInterfacedFactory.getFieldInterfacedForCheckboxColumn(String name, FieldInterfaced collectionField, Object value, ReflectionHelper reflectionHelper) FieldInterfacedFactory.getFieldInterfacedFromField(FieldInterfaced f, ReflectionHelper reflectionHelper) ReflectionHelper.getGenericClass(FieldInterfaced field, Class asClassOrInterface, String genericArgumentName) ReflectionHelper.getGetter(FieldInterfaced f) ReflectionHelper.getMapper(FieldInterfaced field) ReflectionHelper.getSetter(FieldInterfaced f) ReflectionHelper.getValue(FieldInterfaced f, Object o) ReflectionHelper.getValue(FieldInterfaced f, Object o, Object valueIfNull) booleanReflectionHelper.hasGetter(FieldInterfaced f) booleanReflectionHelper.hasSetter(FieldInterfaced f) booleanReflectionHelper.isOwner(FieldInterfaced field) booleanReflectionHelper.puedeAnadir(FieldInterfaced field) booleanReflectionHelper.puedeBorrar(FieldInterfaced field) voidReflectionHelper.removeFromMap(FieldInterfaced field, Object bean, Set l) voidReflectionHelper.setValue(FieldInterfaced f, Object o, Object v) Method parameters in io.mateu.reflection with type arguments of type FieldInterfacedModifier and TypeMethodDescription<T> TReflectionHelper.fillQueryResult(List<FieldInterfaced> fields, Object[] o, T t) 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, ReflectionHelper reflectionHelper) FieldInterfacedFromField(FieldInterfaced f, ReflectionHelper reflectionHelper) FieldInterfacedFromField(FieldInterfaced f, Annotation a, ReflectionHelper reflectionHelper) -
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)