org.oddjob.arooa.runtime
Interface SubstitutionPolicy


public interface SubstitutionPolicy

Allow different behaviour during substitution. Intended to allow different handling of null values.


Method Summary
<T> T
substituteObject(T value)
           
 String substituteString(String value)
           
 

Method Detail

substituteObject

<T> T substituteObject(T value)
                   throws SubstitutionException
Throws:
SubstitutionException

substituteString

String substituteString(String value)
                        throws SubstitutionException
Throws:
SubstitutionException