- java.lang.Object
- 
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
- 
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.LocalTime>
- 
- io.github.threetenjaxb.core.LocalTimeXmlAdapter
 
 
 
- 
 public class LocalTimeXmlAdapter extends TemporalAccessorXmlAdapter<java.time.LocalTime> XmlAdaptermapping JSR-310LocalTimeto ISO-8601 stringString format details: DateTimeFormatter.ISO_LOCAL_TIME- See Also:
- XmlAdapter,- LocalTime
 
- 
- 
Constructor SummaryConstructors Constructor Description LocalTimeXmlAdapter()
 - 
Method Summary- 
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdaptermarshal, unmarshal
 
- 
 
-