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.Matcher
toInvertMatcher
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcAuthorizationEngine_InvertMatcher(GrpcAuthorizationEngine.Matcher toInvertMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
GrpcAuthorizationEngine.Matcher
toInvertMatcher()
java.lang.String
toString()
-
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:
toInvertMatcher
in classGrpcAuthorizationEngine.InvertMatcher
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-