Class StringRepresentation
- java.lang.Object
-
- de.skuzzle.enforcer.restrictimports.util.StringRepresentation
-
public final class StringRepresentation extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringRepresentationadd(String attribute, Object value)static StringRepresentationofInstance(Object instance)static StringRepresentationofType(Class<?> type)StringtoString()
-
-
-
Method Detail
-
ofType
public static StringRepresentation ofType(Class<?> type)
-
ofInstance
public static StringRepresentation ofInstance(Object instance)
-
add
public StringRepresentation add(String attribute, Object value)
-
-