Class BeanMetaDataGroup

  • All Implemented Interfaces:
    Serializable, org.brijframework.group.Group, org.brijframework.group.impl.DefaultGroup

    public class BeanMetaDataGroup
    extends Object
    implements org.brijframework.group.impl.DefaultGroup
    See Also:
    Serialized Form
    • Constructor Detail

      • BeanMetaDataGroup

        public BeanMetaDataGroup​(Object groupKey)
    • Method Detail

      • getGroupKey

        public Object getGroupKey()
        Specified by:
        getGroupKey in interface org.brijframework.group.Group
      • find

        public <T> T find​(String parentID,
                          Class<?> type)
        Specified by:
        find in interface org.brijframework.group.Group