Class TemporalAccessorGetChronoField

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.time.TemporalAccessorGetChronoField
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class TemporalAccessorGetChronoField extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Bans calls to TemporalAccessor.get(ChronoField) where the implementation is guaranteed to throw an UnsupportedTemporalTypeException.
See Also: