public final class FieldSetLookupUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addSuperClassFieldsToModels(Map<String,ModelFieldSet> fieldMap,
Map<String,String> superClassMap) |
static ModelFieldSet |
getPossibleParametersForModelType(Map<String,ModelFieldSet> fieldMap,
String className)
This method uses recursion to walk the tree of possible parameters that the spring
controller will accept and bind to the model object.
|
public static ModelFieldSet getPossibleParametersForModelType(Map<String,ModelFieldSet> fieldMap, String className)
fieldMap - A map of class/data type names to their properties/fields.className - The name of the class/data type that is being searched.Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.