Uses of Class
com.jk.web.mvc.MvcFieldMeta
Packages that use MvcFieldMeta
-
Uses of MvcFieldMeta in com.jk.web.mvc
Methods in com.jk.web.mvc that return types with arguments of type MvcFieldMetaModifier and TypeMethodDescriptionMvcEntityMeta.getFields()
This method retrieves the list of field metadata associated with this MVC entity.Methods in com.jk.web.mvc with parameters of type MvcFieldMetaModifier and TypeMethodDescriptionvoid
MvcEntityMeta.addField
(MvcFieldMeta field) This method adds a new field to the list of field metadata associated with this MVC entity.Method parameters in com.jk.web.mvc with type arguments of type MvcFieldMetaModifier and TypeMethodDescriptionvoid
MvcEntityMeta.setFields
(List<MvcFieldMeta> fields) This method sets the list of field metadata associated with this MVC entity to the provided one.