Uses of Class
org.cxbox.core.service.rowmeta.FieldMetaBuilder
Packages that use FieldMetaBuilder
Package
Description
-
Uses of FieldMetaBuilder in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return types with arguments of type FieldMetaBuilderModifier and TypeMethodDescriptionClass<? extends FieldMetaBuilder<T>>AbstractResponseService.getFieldMetaBuilder()Class<? extends FieldMetaBuilder<T>>AbstractResponseService.getMeta() -
Uses of FieldMetaBuilder in org.cxbox.core.service
Methods in org.cxbox.core.service that return types with arguments of type FieldMetaBuilderModifier and TypeMethodDescriptionClass<? extends FieldMetaBuilder<T>>ResponseService.getFieldMetaBuilder()Returns FieldMetaBuilder for class -
Uses of FieldMetaBuilder in org.cxbox.core.service.rowmeta
Method parameters in org.cxbox.core.service.rowmeta with type arguments of type FieldMetaBuilderModifier and TypeMethodDescriptionRowResponseService.getExtremeResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, Class<? extends FieldMetaBuilder> fieldMetaBuilder, boolean visibleOnly) RowResponseService.getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends FieldMetaBuilder> fieldMetaBuilder)