org.mutabilitydetector.locations
Class Dotted
java.lang.Object
org.mutabilitydetector.locations.ClassName
org.mutabilitydetector.locations.Dotted
@Immutable
public final class Dotted
- extends ClassName
STRING_NAME_TO_DOTTED
public static final com.google.common.base.Function<String,Dotted> STRING_NAME_TO_DOTTED
CLASS_TO_DOTTED
public static final com.google.common.base.Function<Class<?>,Dotted> CLASS_TO_DOTTED
equals
public boolean equals(Object obj)
- Overrides:
equals
in class ClassName
hashCode
public int hashCode()
- Overrides:
hashCode
in class ClassName
dotted
public static Dotted dotted(String className)
fromSlashed
public static Dotted fromSlashed(Slashed className)
fromSlashedString
public static Dotted fromSlashedString(String className)
fromClass
public static Dotted fromClass(Class<?> clazz)
Copyright © 2013. All Rights Reserved.