
org.opentripplanner.framework.token.Token Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
The newest version!
package org.opentripplanner.framework.token;
import java.time.Duration;
import java.time.Instant;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.stream.Collectors;
/**
* Given a schema definition and a token version this class holds the values for
* all fields in a token.
*/
public class Token {
private final TokenDefinition definition;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy