Searched refs:CLOSE_CLOSEABLE (Results 1 – 8 of 8) sorted by relevance
153 CLOSE_CLOSEABLE(false), enumConstant
90 _cfgCloseCloseable = _config.isEnabled(SerializationFeature.CLOSE_CLOSEABLE); in SequenceWriter()
991 if (_config.isEnabled(SerializationFeature.CLOSE_CLOSEABLE) in writeValue()1212 … if (_config.isEnabled(SerializationFeature.CLOSE_CLOSEABLE) && (value instanceof Closeable)) { in _writeValueAndClose()
3084 … if (config.isEnabled(SerializationFeature.CLOSE_CLOSEABLE) && (value instanceof Closeable)) {4431 if (cfg.isEnabled(SerializationFeature.CLOSE_CLOSEABLE) && (value instanceof Closeable)) {
200 .with(SerializationFeature.CLOSE_CLOSEABLE); in testSimpleCloseable()219 .with(SerializationFeature.CLOSE_CLOSEABLE); in testWithExplicitType()
142 .with(SerializationFeature.CLOSE_CLOSEABLE); in testWithCloseCloseable()143 assertTrue(w.isEnabled(SerializationFeature.CLOSE_CLOSEABLE)); in testWithCloseCloseable()
18 … assertFalse(config.hasSerializationFeatures(SerializationFeature.CLOSE_CLOSEABLE.getMask())); in testSerConfig()
53 m.configure(SerializationFeature.CLOSE_CLOSEABLE, true); in testCloseCloseable()