Class AdditionalReaderWriter.Entry
- java.lang.Object
-
- org.jboss.resteasy.reactive.common.processor.AdditionalReaderWriter.Entry
-
- Enclosing interface:
- AdditionalReaderWriter
public static class AdditionalReaderWriter.Entry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)javax.ws.rs.RuntimeTypegetConstraint()StringgetEntityClass()StringgetHandlerClass()StringgetMediaType()inthashCode()booleanmatchesIgnoringConstraint(AdditionalReaderWriter.Entry other)
-
-
-
Method Detail
-
getHandlerClass
public String getHandlerClass()
-
getMediaType
public String getMediaType()
-
getEntityClass
public String getEntityClass()
-
getConstraint
public javax.ws.rs.RuntimeType getConstraint()
-
matchesIgnoringConstraint
public boolean matchesIgnoringConstraint(AdditionalReaderWriter.Entry other)
-
-