Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_InvertMatcher
- java.lang.Object
-
- io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.InvertMatcher
-
- io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_InvertMatcher
-
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_GrpcAuthorizationEngine_InvertMatcher extends GrpcAuthorizationEngine.InvertMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private GrpcAuthorizationEngine.MatchertoInvertMatcher
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcAuthorizationEngine_InvertMatcher(GrpcAuthorizationEngine.Matcher toInvertMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()GrpcAuthorizationEngine.MatchertoInvertMatcher()java.lang.StringtoString()-
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.InvertMatcher
create, matches
-
-
-
-
Field Detail
-
toInvertMatcher
private final GrpcAuthorizationEngine.Matcher toInvertMatcher
-
-
Constructor Detail
-
AutoValue_GrpcAuthorizationEngine_InvertMatcher
AutoValue_GrpcAuthorizationEngine_InvertMatcher(GrpcAuthorizationEngine.Matcher toInvertMatcher)
-
-
Method Detail
-
toInvertMatcher
public GrpcAuthorizationEngine.Matcher toInvertMatcher()
- Specified by:
toInvertMatcherin classGrpcAuthorizationEngine.InvertMatcher
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-