public final class DataQualifierFactory extends Object
DataQualifier for a given
Class| Constructor and Description |
|---|
DataQualifierFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DataQualifier |
getQualifier(Class<?> clazz)
Returns a
DataQualifier
that corresponds to the given Class |
public static DataQualifier getQualifier(Class<?> clazz)
DataQualifier
that corresponds to the given Classclazz - a not null Classnull DataQualifierIllegalArgumentException - if the argument is nullIllegalArgumentException - If no qualifier can be assigned to the given typeCopyright © 2015 MuleSoft, Inc.. All rights reserved.