This method is invoked during the resolve of the builder. Implementations should combine the associated field with others to form objects like {@code LocalDate}, {@code LocalTime} and {@code LocalDateTime} @param fieldValues the map of fields to values, which can be updated, not null @param partialTemporal the partially complete temporal to query for zone andchronology; querying for other things is undefined and not recommended, not null @param resolverStyle the requested type of resolve, not null @return the resolved temporal object; null if resolving onlychanged the map, or no resolve occurred @throws ArithmeticException if numeric overflow occurs @throws DateTimeException if resolving results in an error. This must not be thrownby querying a field on the temporal without first checking if it is supported
|
|