public class BeanConfig extends Object
Constructor and Description |
---|
BeanConfig(Class<?> clazz) |
BeanConfig(Class<?> clazz,
String name) |
BeanConfig(Class<?> clazz,
String name,
Class<?> type) |
BeanConfig(Class<?> clazz,
String name,
Class<?> type,
Scope scope,
boolean onlyStatic,
boolean optional) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
String |
getName() |
Scope |
getScope() |
Class<?> |
getType() |
boolean |
isOnlyStatic() |
boolean |
isOptional() |
public BeanConfig(Class<?> clazz)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.