Class ConstructorTemplate.trimToNull

java.lang.Object
de.japkit.test.members.constructor.ConstructorTemplate.trimToNull
Enclosing class:
ConstructorTemplate

@CodeFragment(condFun=isString.class,
              imports=org.apache.commons.lang3.StringUtils.class,
              code="StringUtils.trimToNull(#{surrounded})")
class ConstructorTemplate.trimToNull
extends java.lang.Object
A code fragment that trims Strings by StringUtils.trimToNull(String). It expects the field (from the annotated class) as current src.
  • Constructor Summary

    Constructors 
    Constructor Description
    trimToNull()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait