public class ScriptableObject extends Object
Constructor and Description |
---|
ScriptableObject() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getList(Object a)
Convert objects to Strings list
|
List<String> |
wrap(String methodName,
Object a,
Object b,
boolean listable) |
List<String> |
wrapList(String methodName,
Object a,
Object b) |
List<String> |
wrapString(String methodName,
Object a,
Object b) |
public List<String> wrap(String methodName, Object a, Object b, boolean listable) throws NamingException
NamingException
public List<String> getList(Object a)
a
- the original objectpublic List<String> wrapList(String methodName, Object a, Object b) throws NamingException
NamingException
public List<String> wrapString(String methodName, Object a, Object b) throws NamingException
NamingException
Copyright © 2005-2024 LSC project. All Rights Reserved.