org.jboss.managed.spi.factory
Interface ManagedParameterConstraintsPopulator


public interface ManagedParameterConstraintsPopulator

Plugin for the ManagedParameter constraint related info.

Version:
$Revision: 69903 $
Author:
Scott.Stark@jboss.org

Method Summary
 void populateManagedParameter(String methodName, org.jboss.reflect.spi.ParameterInfo info, Fields fields)
          Populate the ManagedParameter fields constraint related info.
 

Method Detail

populateManagedParameter

void populateManagedParameter(String methodName,
                              org.jboss.reflect.spi.ParameterInfo info,
                              Fields fields)
Populate the ManagedParameter fields constraint related info.

Parameters:
methodName - - the name of the method the param is associated with
info - - the ParameterInfo for the method param
fields - - the fields to add the constraints to


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.