|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjodd.petite.PetiteUtil
public class PetiteUtil
Few Petite utilities, used internally.
| Constructor Summary | |
|---|---|
PetiteUtil()
|
|
| Method Summary | |
|---|---|
static String[][] |
convertAnnValueToReferences(String value)
Converts comma-separated string into double string array. |
static String[][] |
convertRefToReferences(String[] references)
Converts single string array to double string array. |
static String |
resolveBeanName(Class type,
boolean useLongTypeName)
Resolves bean's name from bean annotation or type name. |
static Class<? extends Scope> |
resolveBeanScopeType(Class type)
Resolves bean's scope type from the annotation. |
static WiringMode |
resolveBeanWiringMode(Class type)
Resolves bean's auto-wire flag from the annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PetiteUtil()
| Method Detail |
|---|
public static String[][] convertAnnValueToReferences(String value)
public static String[][] convertRefToReferences(String[] references)
public static WiringMode resolveBeanWiringMode(Class type)
public static Class<? extends Scope> resolveBeanScopeType(Class type)
public static String resolveBeanName(Class type,
boolean useLongTypeName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||