Record Class WsMappingResult
java.lang.Object
java.lang.Record
org.apache.tomcat.websocket.server.WsMappingResult
public record WsMappingResult(ServerEndpointConfig config, Map<String,String> pathParams)
extends Record 
- 
Constructor SummaryConstructorsConstructorDescriptionWsMappingResult(ServerEndpointConfig config, Map<String, String> pathParams) Creates an instance of aWsMappingResultrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionconfig()Returns the value of theconfigrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepathParamsrecord component.final StringtoString()Returns a string representation of this record class.
- 
Constructor Details- 
WsMappingResultCreates an instance of aWsMappingResultrecord class.- Parameters:
- config- the value for the- configrecord component
- pathParams- the value for the- pathParamsrecord component
 
 
- 
- 
Method Details- 
toString
- 
hashCode
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
configReturns the value of theconfigrecord component.- Returns:
- the value of the configrecord component
 
- 
pathParams
 
-